home *** CD-ROM | disk | FTP | other *** search
/ Chip: Internet / Chip Internet.iso / viewer / mpegplay / readme.txt < prev    next >
Text File  |  1993-12-07  |  7KB  |  155 lines

  1. MPEGPLAY V1.50 (c) 1993 Michael Simmons
  2.  
  3. This is Release Version 1.50 of my port of the Berkeley mpeg player.
  4.  
  5. I have redesigned the interface.
  6.  
  7. Some of the new features are:
  8. (1) Push button VCR like controls.
  9. (2) A Seperate Video Window.
  10. (3) Automaticaly Displays the 1st frame of the MPEG.
  11. (4) Redraws the current frame when needed.
  12. (5) Displays MPEG File Name, Image Dimensions and File Size in Video Caption
  13. (6) Saves all Player window positions correctly when exiting.
  14.  
  15. Please Email me with any suggestions you may have on improving the player!
  16.  
  17. This player can play standard mpeg files that include P and B frame
  18. encoding, and large 354x288 movie files. 
  19. It has several display options including mono, gray scale, color dither and
  20. Full color (for Hicolor graphic cards).
  21.  
  22. This program is SHAREWARE Please read the About box and Help file for 
  23. information on registering your copy. The registered version does not 
  24. display the About box at startup. It also handles files bigger than 1MB.
  25.  
  26. To install the player under Windows 3.1(tm), Unzip the file disk1.zip
  27. to a floppy disk. Then run the setup.exe file via the Progman File-Run Menu
  28. Item. Note: You will need to install the Win32s extensions to Windows 3.1
  29. inorder to run this player. Should you wish to remove these extensions
  30. please refer to the section near the end of this Readme.txt file.
  31. Then follow the instructions for running the player under windows NT.
  32.  
  33. To install the player under Windows NT(tm) copy the files mpegplay.exe and
  34. mpegplay.hlp to a common directory. Then create a new program item for the
  35. mpegplay.exe file via the File New option of the Program Manager.
  36.  
  37. Read the Disclaimer in the online Help before loading any mpeg movie files.
  38.  
  39.  
  40. The lastest version of this software can be found first on decel.ecel.uwa.edu.au
  41. in the users/michael directory
  42.  
  43.  
  44. DISTRIBUTION:
  45.  
  46. This File must not be separated from the rest of this archive.
  47.  
  48. Due to licensing conditions of the WIN32s(tm) System this archive can only be
  49. Redistributed in the following ways:
  50. (1) Archive site to End user.
  51. (2) Archive site to Archive site.
  52. The following means of redistribution are not permitted:
  53. (1) End user to End user.
  54. (2) End user to Archive site.
  55.  
  56. Redistribution from Archive site to Archive site may only be performed by
  57. the operators of those sites.
  58. An Archive site is taken to be any large collection of software which is
  59. operated by a person or group of persons for the primary purpose of 
  60. redistributing that software.
  61. An End user is taken to be the person or group of persons who use this
  62. software.
  63.  
  64. Known Bugs:
  65. (1) The Mono Dither is not working properly.
  66. (2) The 2x2 Colour Dither has patches of incorrect colour.
  67. (3) Bug/feature The Player runs slow when ever the mouse is moving.
  68. (4) Will still give Exception errors but this is much rarer.
  69.  
  70. Changes V1.0 -> V1.2
  71. (1) Re complied using the latest (March) WIN32 Beta.
  72. (2) Includes the latest (March) Win32s windows 3.1 extension.
  73. (3) Fix bug in finding help file. The working directory can now be different
  74.     to the Command Line directory.
  75. (4) Increase number of clicks at startup to 4 
  76.     (I have only received one registration!!)
  77.  
  78. Changes V1.2 -> 1.25
  79. (1) Major rewrite of source code to cleanup bugs
  80. (2) Now saves options in a .ini file
  81. (3) Can split a multi stream MPEG into separate files.
  82. (4) Loop is now a separate option
  83. (5) Can be set to skip over B and P frames ( best to stop and rewind player 1st)
  84. (6) Decrease the number of About Box clicks to one
  85. (7) Can started via the file manager (associate .mpg with the player)
  86. (7b) Also startable from other applications i.e. NCSA Mosaic.
  87. (8) Recompiled with the release version of the Visual C++ for NT compiler
  88. (9) includes the Win32s version 1.1 files
  89. (10) Can change InputBufferSize in .ini file (i.e. InputBufferSize=80000)
  90. (11) Don't have to Close MPEG before OPEN ing
  91. (12) MPEG images are properly clipped when they are displayed
  92. (13) Hopefully no one will have any display problems now (try Use Small DIBS)
  93.  
  94. Changes V1.25 -> V1.30
  95. (1) Increased speed 10-20% (mainly P B frames and gray,Full/Hi Color dither).
  96. (2) Fixed bug, old mpegs causing exceptions (bus.mpg,flower.mpg,flowb.mpg etc).
  97. (3) Decreased the memory usage.
  98. (4) Added HiColor Dither (Uses 16 Bit DIBS,These are not supported by many
  99.     drivers yet, NT emulates support in the GDI).
  100. (5) Dropped Fs2 and Fs4 dither (use Fs2Fast)
  101.  
  102. Changes V1.30 -> V1.50
  103. (1) Added Push button, VCR like controls.
  104. (2) Now has a Seperate Video Window.
  105. (3) Automaticaly Displays the 1st frame of the MPEG.
  106. (4) Redraws the current frame when needed.
  107. (5) Displays MPEG File Name, Image Dimensions and File Size in Video Caption
  108. (6) Saves all window positions correctly when exiting.
  109. (7) Detects when saved windows position is off the screen.
  110. (8) Added Experimental Set+Blt Mode for transfering images to the screen.
  111.  
  112.  
  113. ACKNOWLEDGMENTS:
  114.  
  115. This code was derived from the U.C. Berkeley MPEG Player (version 2.0)
  116. developed by L.A. Rowe, K. Patel, and B. Smith (Rowe@CS.Berkeley.EDU).
  117. That code included the following copyright:
  118.  
  119. /*
  120.  * Copyright (c) 1992 The Regents of the University of California.
  121.  * All rights reserved.
  122.  * 
  123.  * Permission to use, copy, modify, and distribute this software and its
  124.  * documentation for any purpose, without fee, and without written agreement is
  125.  * hereby granted, provided that the above copyright notice and the following
  126.  * two paragraphs appear in all copies of this software.
  127.  * 
  128.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  129.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  130.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  131.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  132.  * 
  133.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  134.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANT ABILITY
  135.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  136.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  137.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  138.  */
  139. /*
  140.  
  141. OTHER ACKNOWLEDGMENTS:
  142. Frank Gadegast (the MPEG FAQ Maintainer) for his help full suggestions.
  143.  
  144. HOW TO REMOVE THE WIN32s EXTENSIONS to WINDOWS
  145.  
  146. (1) exit to DOS.
  147. (2) backup your hard disk.
  148. (3) delete the Win32s directory and all its files.
  149. (4) edit the system.ini file in the window directory.
  150.     and remove the line device=C:\WINDOWS\SYSTEM\WIN32S\W32S.386
  151. (5) return to windows
  152. (6) remove the Win32 Applications Progman group
  153.  
  154. Windows NT, Win32s, Windows 3.1 are trademarks of the Microsoft Corporation.
  155.